home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000373_fdc@columbia.edu_Wed Feb 13 18:55:43 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  38 lines

  1. Article: 13217 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit Server
  6. Date: 13 Feb 2002 18:55:37 -0500
  7. Organization: Columbia University
  8. Lines: 21
  9. Message-ID: <a4eudp$8q6$1@watsol.cc.columbia.edu>
  10. References: <336f652d.0202131549.6754c557@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1013644538 20887 128.59.39.139 (13 Feb 2002 23:55:38 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Feb 2002 23:55:38 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13217
  16.  
  17. In article <336f652d.0202131549.6754c557@posting.google.com>,
  18. Shifeux <shifeux@hotmail.com> wrote:
  19. : Hello, I have kermit8 running in server mode on an AIX 4.33 Unix box.
  20. : I would like to have files moved from a particular directory to a
  21. : different directory for them to be archived after a successful
  22. : transfer to a client. I would like to make this happen with the kermit
  23. : server, is it possible? Does the SEND /MOVE-TO:xxxxxx command work in
  24. : server mode or does it have to be used via the client?
  25. :
  26. See:
  27.  
  28.   http://www.columbia.edu/kermit/case10.html
  29.  
  30. Before starting the server, tell it to:
  31.  
  32.   set send move-to xxxxxx
  33.  
  34. where xxxxxx is the name of the directory to which files should be moved
  35. after they are sent successfully.
  36.  
  37. - Frank
  38.